Offline Promotions export v3 Schema
mixedmatches Element
Offline Promotions export v3 Schema > root Element : mixedmatches Element
Namespace (none)
Diagram
mixedmatch Element Sequence mixedmatches Element
Overview
Sequence
mixedmatch 1..∞
mixedmatchnumber required xs:integer
Sequence
promotioncode xs:string
datefrom xs:dateTime
dateto xs:dateTime
description xs:string
mixedmatchtype xs:string
receiptdetailtype xs:string
amount xs:decimal
netprice xs:decimal
discountprice xs:decimal
discountpercentage xs:decimal
Sequence
productnumber required xs:long
Sequence
amount xs:decimal
Sequence
barcode required xs:long
Source
<xs:element name="mixedmatches" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" name="mixedmatch">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="promotioncode" type="xs:string" />
            <xs:element name="datefrom" type="xs:dateTime" />
            <xs:element name="dateto" type="xs:dateTime" />
            <xs:element name="description" type="xs:string" />
            <xs:element name="mixedmatchtype" type="xs:string" />
            <xs:element name="mixedmatchdiscounttype" type="xs:string" />
            <xs:element name="receiptdetailtype" type="xs:string" />
            <xs:element name="amount" type="xs:decimal" />
            <xs:element name="netprice" type="xs:decimal" />
            <xs:element name="discountprice" type="xs:decimal" nillable="true" />
            <xs:element name="discountpercentage" type="xs:decimal" nillable="true" />
            <xs:element name="mixedmatchproducts">
              <xs:complexType>
                <xs:sequence>
                  <xs:element maxOccurs="unbounded" name="mixedmatchproduct">
                    <xs:complexType>
                      <xs:sequence>
                        <xs:element name="amount" type="xs:decimal" />
                        <xs:element name="productbarcodes">
                          <xs:complexType>
                            <xs:sequence>
                              <xs:element maxOccurs="unbounded" name="productbarcode">
                                <xs:complexType>
                                  <xs:attribute name="barcode" type="xs:long" use="required" />
                                </xs:complexType>
                              </xs:element>
                            </xs:sequence>
                          </xs:complexType>
                        </xs:element>
                      </xs:sequence>
                      <xs:attribute name="productnumber" type="xs:long" use="required" />
                    </xs:complexType>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
          <xs:attribute name="mixedmatchnumber" type="xs:integer" use="required" />
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also
root ElementOffline Promotions export v3 Schema